Change popup_menu signal to return gboolean instead of void. This allows
authorPadraig O'Briain <padraigo@src.gnome.org>
Thu, 7 Feb 2002 09:39:21 +0000 (09:39 +0000)
committerPadraig O'Briain <padraigo@src.gnome.org>
Thu, 7 Feb 2002 09:39:21 +0000 (09:39 +0000)
commit5bc235001ab5ea9071ae550c8ced0dcb88a725eb
treed6529b0467974ba1950730afd78de9538b491fd7
parentac939d335588279e3bc36eda8b701e1ad91eb814
Change popup_menu signal to return gboolean instead of void. This allows

* gtk/gtkwidget.[ch]:
Change popup_menu signal to return gboolean instead of void. This
allows the keypress which invokes the signal to be propagated to the
focus widgets ancestors if not handled by the focus widget.

* gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtktextview.c:
Change signature of popup_menu signal handler to return gboolean
instead of void and return TRUE in the signal handler
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcolorsel.c
gtk/gtkentry.c
gtk/gtktextview.c
gtk/gtkwidget.c
gtk/gtkwidget.h